ComponentOne ASP.NET MVC Controls
SymbolSize Method (ChartSeriesBaseBuilder<T,TControl,TBuilder>)

C1.Web.Mvc.Fluent Namespace > ChartSeriesBaseBuilder<T,TControl,TBuilder> Class : SymbolSize Method
The value.
Configurates C1.Web.Mvc.ChartSeriesBase<T>.SymbolSize. Sets the size in pixels of the symbols used to render this series. Applies to Scatter, LineSymbols, and SplineSymbols chart types.
Syntax
'Declaration
 
Public Function SymbolSize( _
   ByVal value As Integer _
) As TBuilder
public TBuilder SymbolSize( 
   int value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

ChartSeriesBaseBuilder<T,TControl,TBuilder> Class
ChartSeriesBaseBuilder<T,TControl,TBuilder> Members